Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve]Optimize delimiters #2155

Merged
merged 3 commits into from
Jun 28, 2024
Merged

[improve]Optimize delimiters #2155

merged 3 commits into from
Jun 28, 2024

Conversation

zhangshenghang
Copy link
Member

What's changed?

fix #2151
Change & to \u2002 En Space. This also looks convenient and does not affect the program.
\u2002 Unlike spaces, it does not affect the program

effect:
image

Checklist

@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 19.11%. Comparing base (c06f53c) to head (044a007).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2155   +/-   ##
=========================================
  Coverage     19.11%   19.11%           
  Complexity     1005     1005           
=========================================
  Files           391      391           
  Lines         16727    16727           
  Branches       2240     2240           
=========================================
+ Hits           3197     3198    +1     
+ Misses        13179    13178    -1     
  Partials        351      351           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tomsun28 tomsun28 added the good first pull request Good for newcomers label Jun 28, 2024
Copy link
Contributor

@tomsun28 tomsun28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍 lgtm!

@tomsun28 tomsun28 merged commit 0ebcffa into master Jun 28, 2024
3 checks passed
@tomsun28 tomsun28 added this to the 1.6.1 milestone Jun 28, 2024
@zhangshenghang zhangshenghang deleted the improve-monitor-item-display branch July 4, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[Task] Display issue when monitoring name contains spaces
4 participants